home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / PRGMMING / CLT333.ZIP / WCOM.C < prev   
Encoding:
C/C++ Source or Header  |  1994-11-27  |  867 b   |  49 lines

  1. /* (c) R&D Associates 1992-1994.
  2.     All Rights Reserved.
  3.  
  4.     For Watcom C.
  5.  
  6.     Build wcom.clb using:
  7.  
  8.         clint wcom.c -Lwcom.clb
  9.  
  10. */
  11.  
  12. #include "assert.h"
  13. #include "bios.h"
  14. #include "conio.h"
  15. #include "ctype.h"
  16. #include "direct.h"
  17. #include "dos.h"
  18. #include "dosfunc.h"
  19. #include "env.h"
  20. #include "errno.h"
  21. #include "fcntl.h"
  22. #include "float.h"
  23. #include "graph.h"
  24. #include "io.h"
  25. #include "limits.h"
  26. #include "locale.h"
  27. #include "malloc.h"
  28. #include "math.h"
  29. #include "pgchart.h"
  30. #include "process.h"
  31. #include "search.h"
  32. #include "setjmp.h"
  33. #include "share.h"
  34. #include "signal.h"
  35. #include "stdarg.h"
  36. #include "stddef.h"
  37. #include "stdio.h"
  38. #include "stdlib.h"
  39. #include "string.h"
  40. #include "time.h"
  41. #include "unistd.h"
  42. #include "wsample.h"
  43.  
  44. #include "sys/locking.h"
  45. #include "sys/timeb.h"
  46. #include "sys/utime.h"
  47.  
  48. /* End of file. */
  49.